From: Eli Zaretskii Date: Fri, 20 Jul 2007 19:50:18 +0000 (+0000) Subject: (extraclean): Don't delete *~. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2196 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4b43dccf3a17a0410fc9806671bbd3183482dd4;p=emacs.git (extraclean): Don't delete *~. --- diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 08022d38cf2..6f6508feceb 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -215,5 +215,7 @@ distclean: clean maintainer-clean: distclean - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. extraclean: maintainer-clean - - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) + - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)